home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / intuition / pploadseg_1.4 / install.script < prev    next >
Text File  |  1994-11-17  |  507b  |  19 lines

  1.  
  2. ; Script file to install powerpacker.library & PPLoadSeg
  3.  
  4. FailAt 21
  5. Echo "*n'PPLoadSeg' and powerpacker.library Installation Script*n"
  6. Copy powerpacker.library LIBS:powerpacker.library
  7. Echo "powerpacker.library copied to your Libs: directory."
  8. Copy PPLoadSeg C:PPLoadSeg
  9. Echo "PPLoadSeg copied to your C: directory."
  10.  
  11. Echo "*nShall I modify your Startup-Sequence to make 'PPLoadSeg'"
  12. Echo "part of your initial startup ?*n"
  13. ModifySSequence PPLoadSeg
  14.  
  15. Echo "*nInstallation complete.*n"
  16.  
  17. Wait 5
  18. EndCLI >NIL:
  19.